.login-page {
	background-image: url(images/login-bg-08.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	font-size: 16px;
	margin: auto;
	background-repeat: no-repeat;
	padding: 0;
}

.login-logo a, .register-logo a {
	color: white;
}

.login-box-body, .register-box-body {
	background: rgba(255, 255, 255, 0.36);
	padding: 20px;
	border-top: 0;
	color: #fff;
	height: 280px;
}

.login-box, .register-box {
	margin: 0 auto;
}

.form-group {
	margin-bottom: 15px;
	margin-top: 15px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 20px;
	line-height: 1.42857143;
	border: 0px solid #ccc;
	border-radius: 4px;
}

.login-logo, .register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}

/* 登录按钮 */
.btn-danger {
	background-color: #00AEEE;
	border-color: #00AEEE;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/* login-footer css*/
.login-footer-app {
	text-align: center;
	color: white;
	margin-top: 50px;
}

.login-footer-a {
	color: white;
}

.login-1 {
	background: #404a59 url('/resources/common/css/images/login-bg-1-2727737ca78577764a959940e60cf5d6.jpg') top center no-repeat;
	/* background: #404a59 url('images/login.jpg') top center no-repeat; */
	background-size: cover;
}

.login-1 .login-logo b, .login-1 .login-logo a {
	color: white;
	/* background-color:  rgba(138, 138, 138, 0.36); */
	padding: 10px 20px;
}

.login-1 .login-box-body, .register-box-body {
	background: rgba(138, 138, 138, 0.36);
	padding: 20px;
	border-top: 0;
	color: #fff;
}

.login-2 {
	background: #404a59 url('/resources/common/css/images/login-bg-2-8c1e325e1b5257e7b31824d0b65e0af5.jpg') top center no-repeat;
	background-size: cover;
}

.login-2 .login-logo b, .login-2 .login-logo a {
	color: white;
	/* background-color: rgba(138, 138, 138, 0.36); */
	padding: 10px 20px;
}

.login-2 .login-box-body, .register-box-body {
	background: rgba(138, 138, 138, 0.36);
	padding: 20px;
	border-top: 0;
	color: #fff;
}

.login-3 {
	background: #404a59 url('/resources/common/css/images/login-bg-3-f2846a03eb49662dffa8bfc93af96bc2.jpg') top center no-repeat;
	background-size: cover;
}

.login-3 .login-logo b, .login-3 .login-logo a {
	color: white;
	/* background-color: #51845757; */
	padding: 10px 20px;
}

.login-3 .login-box-body, .register-box-body {
	background: #51845757;
	padding: 20px;
	border-top: 0;
	color: #fff;
}